VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / ComparerResult<TValue> Class
Constructors Properties Methods SeeAlso
In This Topic
    ComparerResult<TValue> Class Members
    In This Topic
    The following tables list the members exposed by ComparerResult<TValue>.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the comparison operator.
    Public PropertyGets the description of processing result.
    Public PropertyGets the left analyzer result.
    Public PropertyGets the left argument value.
    Public PropertyGets the processing command, which created this result. (Inherited from ProcessingResult)
    Public PropertyGets the right analyzer result.
    Public PropertyGets the right argument value.
    Public PropertyGets the object, which was processed. (Inherited from ProcessingResult)
    Public PropertyGets the resulting value of analysis. (Inherited from AnalyzerResult<TValue>)
    Public Methods
     NameDescription
    Public MethodReleases all resources used by this object. (Inherited from AnalyzerResult<TValue>)
    Public MethodReturns an enumerator that iterates through a compound processing result. (Inherited from CompoundAnalyzerResult<TValue>)
    Public MethodReturns the resulting value of analysis. (Inherited from AnalyzerResult<TValue>)
    Public MethodReturns a string representation of this object. (Inherited from ProcessingResult)
    See Also